From f75641f9f6a1fee192991ad2b405e8f7a5a097d8 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 22 Sep 2022 01:03:18 +0000 Subject: [PATCH] Added a comment --- ..._48819ddcb8713087c78db8941e4c1151._comment | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_6_48819ddcb8713087c78db8941e4c1151._comment diff --git a/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_6_48819ddcb8713087c78db8941e4c1151._comment b/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_6_48819ddcb8713087c78db8941e4c1151._comment new file mode 100644 index 0000000000..a3f60308dc --- /dev/null +++ b/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_6_48819ddcb8713087c78db8941e4c1151._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 6" + date="2022-09-22T01:03:18Z" + content=""" +may be it one of those options, in my case - it is just a straight `get` on that single unlocked file: + +``` +(dandisets) dandi@drogon:/mnt/backup/dandi/dandisets/000026$ git status +On branch draft +Your branch is up to date with 'github/draft'. + +nothing to commit, working tree clean +(dandisets) dandi@drogon:/mnt/backup/dandi/dandisets/000026$ cat .dandi/assets.json +/annex/objects/SHA256E-s69507227--6a0a91c4158d316ab8ad9bd8ebf7579b9c3c579e1035c48134246b6a5d2f6f14.json +(dandisets) dandi@drogon:/mnt/backup/dandi/dandisets/000026$ git annex get .dandi/assets.json +get .dandi/assets.json (from dandi-dandisets-dropbox...) +(checksum...) ok +(recording state in git...) +(dandisets) dandi@drogon:/mnt/backup/dandi/dandisets/000026$ git status +On branch draft +Your branch is up to date with 'github/draft'. + +Changes not staged for commit: + (use \"git add ...\" to update what will be committed) + (use \"git restore ...\" to discard changes in working directory) + modified: .dandi/assets.json + +no changes added to commit (use \"git add\" and/or \"git commit -a\") + +``` +"""]] -- 2.30.2